feat: log viewer, deploy success template, search and copy#607
Open
gab-az wants to merge 6 commits into
Open
Conversation
Introduce the log-view component set and deploy-success template with Storybook stories and specs, and export the new components from the webkit package. Co-authored-by: Cursor <cursoragent@cursor.com>
Wire v-model:search so the header field updates filtered lines, highlight matches in LogViewContent, and document the control in BuildLog stories. Co-authored-by: Cursor <cursoragent@cursor.com>
Copy visible filtered lines as plain text aligned with rendered output, fall back to execCommand when the Clipboard API is unavailable, and show copied affordance on the header IconButton. Co-authored-by: Cursor <cursoragent@cursor.com>
Rename the steps slot docs entry to stepsSlot so it no longer overwrites the steps prop control. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LogView,LogViewHeader,LogViewContent,LogViewFooter) for CI/deploy terminal output, with Storybook stories and specs.v-model:searchfilters visible lines and highlights matches in the body.execCommandfallback, and copied affordance on the header button.Commits (latest)
feat(log-view): integrate search with log content filteringfeat(log-view): improve copy logs with fallback and feedbackfeat(log-view): add log viewer and deploy success templateTest plan
pnpm webkit:lintandpnpm webkit:type-checkMade with Cursor